Esx Hcl Hosts CompatibilityReport DeviceHclInfo

Esx Hcl Hosts CompatibilityReport DeviceHclInfo
Esx Hcl Hosts CompatibilityReport DeviceHclInfo

This Esx Hcl Hosts CompatibilityReport DeviceHclInfo schema contains properties that describe a PCI device of a given ESXi host and its compatibility information.

If there are multiple PCI devices of the same type on the host each one will be listed in separate instance of this class.

JSON Example
{
    "compatibility": "string",
    "device": {
        "pci_address": "string",
        "vid": "string",
        "did": "string",
        "svid": "string",
        "ssid": "string",
        "vendor": "string",
        "model_name": "string",
        "class_code": "string",
        "sub_class_code": "string",
        "driver": {
            "name": "string",
            "version": "string",
            "vendor": "string"
        },
        "firmware": {
            "version": "string",
            "vendor": "string"
        },
        "used_by_vsan": false
    },
    "device_constraints": [
        {
            "driver": {
                "name": "string",
                "version": "string",
                "vendor": "string"
            },
            "firmware": {
                "version": "string",
                "vendor": "string"
            },
            "notes": [
                {
                    "id": "string",
                    "default_message": "string",
                    "args": [
                        "string"
                    ],
                    "params": {
                        "params": {
                            "s": "string",
                            "dt": "string",
                            "i": 0,
                            "d": "number",
                            "l": "Vapi Std NestedLocalizableMessage Object",
                            "format": "string",
                            "precision": 0
                        }
                    },
                    "localized": "string"
                }
            ]
        }
    ],
    "supported_releases": [
        "string"
    ],
    "vcg_link": "string",
    "notes": [
        {
            "id": "string",
            "default_message": "string",
            "args": [
                "string"
            ],
            "params": {
                "params": {
                    "s": "string",
                    "dt": "string",
                    "i": 0,
                    "d": "number",
                    "l": "Vapi Std NestedLocalizableMessage Object",
                    "format": "string",
                    "precision": 0
                }
            },
            "localized": "string"
        }
    ]
}
string
compatibility
Required

Indicates compatibility status of the PCI device.

For more information see: Esx Hcl CompatibilityStatus.

device
Required

Information about the PCI device.

device_constraints
Optional

Lists the constraints the target ESXi release has for this PCI device

If missing or null no constraints are present as PCI device is either not compatible or compatibility information is not found.

array of string
supported_releases
Optional

Provides information about supported releases for this device.

If missing or null device is compatible with the given target release.

string As uri As uri
vcg_link
Optional

Provides link to the VMware Compatibility Guide for further information on the compatibility.

If missing or null there is no VMware Compatibility link available as this is device used by VSAN.

notes
Optional

Information that needs to be taken into account when considering this device hcl.

Only set if there is any information reported.